@font-face{
  font-family: "din";
  src: url(http://www.technewchip.com.cn/wstmart/home/view/default/fonts/DINPro-Regular.otf);
}
@font-face{
  font-family: "din2";
  src: url(http://www.technewchip.com.cn/wstmart/home/view/default/fonts/DIN-Bold.otf);
}
@font-face{
  font-family: "din3";
  src: url(../font/DINMittelschriftStd.ttf);
}
@font-face{
  font-family: "akz";
  src: url(http://www.technewchip.com.cn/wstmart/home/view/default/fonts/AKZIDENZGROTESK-LIGHT.OTF);
}
@font-face{
  font-family: "akz2";
  src: url(http://www.technewchip.com.cn/wstmart/home/view/default/fonts/AkzidenzGrotesk-MediumCondAlt.otf);
}
@font-face{
  font-family: "akz3";
  src: url(http://www.technewchip.com.cn/wstmart/home/view/default/fonts/AkzidenzGrotesk-Regular.otf);
}
@font-face{
  font-family: "Wingdings";
  src: url(../font/Wingdings.ttf);
}

.fd::after {
  content: " ";
  display: block;
  clear: both;
}

.fd {
  zoom: 1;
}





.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.container, .wrap, .index-container, .foot-container, .drop-container {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}


@media (min-width: 768px) {
  .container, .wrap, .index-container, .foot-container, .drop-container {
    padding-right: 0px;
    padding-left: 0px;
  }
.wrap, .container, .foot-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
.index-container,.wrap, .container, .foot-container {
    width: 970px;
  }
}

@media (min-width: 1260px) {
  .index-container,.container, .foot-container {
    width: 1200px;
  }
  .wrap{
    width: 1100px;
  }
}

@media (min-width: 1460px) {
  .wrap{
    width: 1400px;
  }
  .container, .index-container,.foot-container{
    width: 1400px;
  }
}

@media (min-width: 1680px) {
  .wrap{
    width: 1500px;
  }
  /* 底部*/
  .foot-container {
    width: 1500px;
  }
  /*  首页内容区 */
  .container {
    width: 1500px;
  }
  /* 头部 */
  .index-container {
    width: 1500px;
  }
 
}


/* pc导航 */
.header {
  z-index: 1000;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 90px;
  background: #fff;
  transition: all .5s;
  border-bottom: 2px solid #f6f6f6;
}
.header2{
  top: -90px;
}
.header .logo{
  float: left;
  width: 280px;
  padding: 20px 0;
}
.header .logo img{
  width: 100%;
}
.header .navbar{
  float: right;
}
.header .navbar .category-item{
  float: left;
  transition: all .3s;
  background: #fff;
}
.header .navbar .category-item .category-a{
  font-size: 18px;
  margin: 0 30px;
  color: #333333;
  transition: all .3s;
  position: relative;
  text-align: center;
  line-height: 90px;
  display: block;
}

.header .navbar .category-item.active .category-a,
.header .navbar .category-item:hover .category-a{
  color: #d61d19;
}
.header .navbar .category-item .category-a::before{
  content: '';
  width: 0%;
  height: 3px;
  background: linear-gradient(to right,rgb(216 23 25),rgb(245 174 169));
  position: absolute;
  left: 0;
  bottom: 25px;
  opacity: 0;
  transition: all .5s;
}
.header .navbar .category-item.active .category-a::before,
.header .navbar .category-item:hover .category-a::before{
  opacity: 1;
  width: 100%;
}

.header .webu{
  float: right;
  padding-left: 20px;
  position: relative;
}
.header .webu .phonetips{
  font-size: 16px;
  font-weight: 600;
	color: #d61d19;
	position: absolute;
	bottom: 8px;
	right: 0;
}
.header .webu .rq{
  font-size: 24px;
  color: #d61d19;
  font-weight: 600;
  line-height: 90px;
  padding-left: 40px;
  position: relative;
  overflow: hidden;
  float: left;
}
.header .webu .rq::before{
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(../picture/pic-phone.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .webu .rq a{
  font-size: 14px;
  color: #666666;
}
.header .webu .rq a.a2{
  position: absolute;
  bottom: -20px;
  left: 25px;
  line-height: 14px;
  opacity: 0;
  transition: all .5s;
}
.header .webu .rq:hover a.a2{
  bottom: 20px;
  opacity: 1;
}
.header .webu .rq1{
  width: 155px;
  height: 28px;
  border-radius: 28px;
  border: 1px solid rgb(216,216,216);
  float: left;
  margin: 42px 0;
  margin-left: 25px;
  position: relative;
}
.header .webu .rq1 input{
  width: 100%;
  height: 100%;
  display: block;
  font-size: 12px;
  color: #999999;
  padding-left: 12px;
  padding-right: 25px;
}
.header .webu .rq1 button{
  width: 11px;
  height: 11px;
  background-image: url(../image/img5.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}



/*===============下拉==============*/
.category-item{
  position: relative;
}
.category-item.cat_ab{
  position: static;
}


.navbar .category-item .two{
  width: 80%;
  opacity: 0;
  max-height: 0;
  height: auto;
  transition: all .8s;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  background: #d61d19;
  overflow: hidden;
  z-index: -1;
  display: flex;
}
.navbar .category-item:hover>.two{
  opacity: 1;
  max-height: 900px;
  z-index: 1;
}
.navbar .category-item .two .rq1{
  width: 0%;
  background: #d61d19;
  padding-top: 30px;
}
.navbar .category-item .two .rq1 .div{
  width: 0px;
  float: right;
}
.navbar .category-item .two .rq1 .div a{
  display: block;
  width: 100%;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  padding-left: 60px;
}
.navbar .category-item .two .rq1 .div a.on{
  background: #df4845;
  border-radius: 5px 0 0 5px;
}

.navbar .category-item .two .rq2{
  width: 100%;
}
.navbar .category-item .two .rq2::before{
  content: '';
  width: 80%;
  height: 100%;
  background: rgb(245, 245, 245);
  position: absolute;
  right: 0;
  top: 0;
}
.navbar .category-item .two .rq2 .rq3{
  width: 100%;
  height: 100%;
  display: none;
}
.navbar .category-item .two .rq2 .rq3.on1{
  display: block;
}
.navbar .category-item .two .rq2 .div1{
  width: 20.8%;
  height: 100%;
  float: left;
  background: #df4845;
  position: relative;
  z-index: 10;
  padding-left: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.navbar .category-item .two .rq2 .div1 a{
  font-size: 16px;
  color: #ffffff;
  display: block;
  width: 100%;
  line-height: 40px;
  padding-left: 14px;
  margin-bottom: 5px;
  position: relative;
}
.navbar .category-item .two .rq2 .div1 a::before{
  content: '';
  width: 8px;
  height: 14px;
  background-image: url(../image/img299.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  opacity: 0;
}
.navbar .category-item .two .rq2 .div1 a.on2{
  background: #fff;
  font-size: 16px;
  color: #d61d19;
  border-radius: 5px 0 0 5px;
}
.navbar .category-item .two .rq2 .div1 a.on2::before{
  right: 30px;
  opacity: 1;
}
.navbar .category-item .two .rq2 .div2{
  width: 18.5%;
  float: left;
  position: relative;
  z-index: 10;
  display: none;
  padding-left: 40px;
  padding-top: 40px;
}
.navbar .category-item .two .rq2 .div2.on3{
  display: block;
}
.navbar .category-item .two .rq2 .div2 a{
  font-size: 16px;
  color: #666666;
  display: block;
  position: relative;
  margin-bottom: 16px;
}
.navbar .category-item .two .rq2 .div2 a::before{
  content: '';
  width: 5px;
  height: 2px;
  background: #d61d19;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .5s;
}
.navbar .category-item .two .rq2 .div2 a:hover{
  color: #d61d19;
  padding-left: 8px;
}
.navbar .category-item .two .rq2 .div2 a:hover::before{
  opacity: 1;
  left: -4px;
}

.navbar .category-item .two .rq2 .div3{
  width: 56%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 10;
  display: none;
  padding-top: 40px;
  padding-bottom: 30px;
}
.navbar .category-item .two .rq2 .div3.on5{
  display: block;
}
.navbar .category-item .two .rq2 .div4{
  /*width: 660px;*/
  width: 96.8%;
}
.navbar .category-item .two .rq2 .div4 .p1{
  font-size: 25px;
  color: #333333;
}
.navbar .category-item .two .rq2 .div4 .p2{
  font-size: 16px;
  color: #666666;
  margin-top: 22px;
  margin-bottom: 40px;
}
.navbar .category-item .two .rq2 .div4 .div5{
  /*width: 540px;*/
  width: 81.8%;
}
.navbar .category-item .two .rq2 .div4 .div5 .lef{
  width: 100%;
  float: left;
}
.navbar .category-item .two .rq2 .div4 .div5 .lef img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  vertical-align: middle;
  transition: all .5s;
}
.navbar .category-item .two .rq2 .div4 .div5 .lef:hover img{
  transform: scale(1.05);
}
.navbar .category-item .two .rq2 .div4 .div5 .lef.rig{
  float: right;
}


.navbar .category-item .two.one{
  background: #fff;
  display: inline;
}


.navbar .category-item .two.one a{
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  display: block;
}
.navbar .category-item .two.one a:hover{
  background: #d61d19;
  color: #fff;
}


/*app-头部*/



.app_ss{
  width: 90%;
  height: 48px;
  border-radius: 48px;
  border: 2px solid rgb(190, 188, 186);
  display: block;
  position: static;
  float: none;
  margin: 0 auto;
  padding: 0 25px;
}
.app_ss:hover{
  border: 2px solid #d61d19;
}
.app_ss input{
  width: 90%;
  height: 100%;
  border: none;
  background: none;
  font-size: 14px;
  color: #333;
}
.app_ss button{
  float: right;
  width: 10%;
  height: 100%;
  border: none;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
}
.app_ss button img{
  width: 18px;
  height: 18px;
}

.header-app {
  background: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  -webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.header-app.open-menu {
  height: 100%;
  background: #fff;
  -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.navbar-app {
  position: relative;
  -webkit-box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
  box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
  height: 60px;
  text-align: center;
}

.header-app .logo {
  float: left;
  height: 60px;
  vertical-align: middle;
  padding: 8px 15px;
}

.header-app .logo img {
  height: 100%;
}

.navbar-togger {
  float: right;
  background: transparent;
  border: none;
  padding: 22px 15px;
  display: inline-block;
  visibility: visible;
  transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.navbar-togger .icon_bar {
  width: 24px;
  height: 2px;
  background-color: #333;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  -ms-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg);
}

.nav-menu {
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 620;
  padding: 20px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 1s;
  -o-transition: visibility 0s linear 1s;
  transition: visibility 0s linear 1s;
}

.header-app.open-menu .nav-menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-list li {
  border-bottom: 1px solid #666;
  opacity: 0;
  pointer-events: none;
}

.nav-list li.open {
  border-bottom: none;
}

.header-app.open-menu .nav-list li {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav-list li:nth-child(1) {
  -webkit-transform: translateY(-44px);
  -ms-transform: translateY(-44px);
  transform: translateY(-44px);
  transition: opacity .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s, transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s, -webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
  transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s, transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s, -webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}

.nav-list li:nth-child(2) {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s, transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s, -webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
  transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s, transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s, -webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;
}

.nav-list li:nth-child(3) {
  -webkit-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  transform: translateY(-36px);
  transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s, transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s, -webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
  transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s, transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s, -webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;
}

.nav-list li:nth-child(4) {
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
  transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s, transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s, -webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
  transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s, transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s, -webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;
}

.nav-list li:nth-child(5) {
  -webkit-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  transform: translateY(-28px);
  transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s, transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s, -webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
  transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s, transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s;
}

.nav-list li:nth-child(6) {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
  transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s, transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s, -webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
  transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s, transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s, -webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;
}

.nav-list li:nth-child(7) {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, -webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
  transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s, transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s, -webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s;
}

.nav-list li:nth-child(8) {
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s, transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s, -webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
  transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s, transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s;
}

.cate-item {
  position: relative;
}

.cate-item a {
  font-family: "regular";
  font-size: 16px;
  line-height: 48px;
  margin-right: 18px;
  display: block;
  color: #333;
}

.nav-list li:hover .cate-item a,
.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
  color: #d61d19;
}

.category-cont a:last-child {
  border: none;
}

.category-cont a.active {
  color: #d61d19;
}

.category-tig {
  font-size: 14px;
  color: #888;
  text-align: right;
  line-height: 48px;
  width: 18px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.category-tig::before, .category-tig::after {
  content: '';
  background: #333;
  position: absolute;
  top: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.category-tig::before {
  width: 16px;
  height: 2px;
  right: 0;
  margin-top: -1px;
}

.category-tig::after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  right: 7px;
}

.nav-list li.open .category-tig::after {
  opacity: 0;
}

.nav-list li.open .category-tig::before {
  background: #d61d19;
}

.category-cont {
  display: none;
}

.nav-list li.open .category-cont {
  display: block;
  border-top: solid 1px #424242;
  border-bottom: solid 1px #424242;
}

.category-pad {
  padding: 0 15px;
}

.category-cont a {
  font-family: "regular";
  font-size: 14px;
  line-height: 40px;
  border-bottom: 1px solid #424242;
  display: block;
  color: #333;
}

.category-pad a.on {
  color: #d61d19;
}

.lan-box-app {
  padding: 20px 0;
  text-align: center;
}

.lan-box-app a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.lan-box-app a:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

.lan-box-app a:hover, .lan-box-app a.on {
  color: #d61d19;
}

.lan-box-app a:last-child:after {
  display: none;
}



/* 三级 */
.category-pad .rq1{
  position: relative;
}
.category-pad .rq1 .zt{
  font-size: 14px;
  color: #888;
  text-align: right;
  line-height: 48px;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.category-pad .rq1 .zt::before,
.category-pad .rq1 .zt::after {
  content: '';
  background: #888;
  position: absolute;
  top: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.category-pad .rq1 .zt::before {
  width: 16px;
  height: 2px;
  right: 0;
  margin-top: -1px;
}
.category-pad .rq1 .zt::after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  right: 7px;
}
.category-pad .rq.on2 .rq1 .zt::after{
  opacity: 0;
}
.category-pad .rq2{
  display: none;
  padding: 0 15px;
}
.category-cont .category-pad .rq:last-child .rq1 a{
  border: none;
}
.category-cont .category-pad .rq.on2 .rq1 a{
  border-bottom: 1px solid #424242;
}
.category-cont .rq.on2 .rq1 a{
  color:#d61d19;
}
.category-cont .rq.on2 .rq2{
  display: block;
}
.category-cont .rq.on2 .rq2 a.on3{
  color: #d61d19;
}
.category-cont .rq.on2 .rq1 .zt::before{
  background: #d61d19;
}





/*底部*/
.foot{
  width: 100%;
}
.foot_top{
  width: 100%;
  background: rgb(241,241,241);
  padding-top: 55px;
  padding-bottom: 82px;
}
.foot_top .lef{
  width: 88%;
  float: left;
}
.foot_top .lef .top{
  width: 100%;
}
.foot_top .lef .top a{
  font-size: 16px;
  color: #333333;
  display: inline-block;
  margin-right: 50px;
}
.foot_top .lef .top a:last-child{
  margin-right: 0;
}
.foot_top .lef .top a:hover{
  color: #d61d19;
}
.foot_top .lef .bot{
  width: 100%;
  padding-top: 33px;
}
.foot_top .lef .bot .p1{
  font-size: 24px;
  color: #333333;
}
.foot_top .lef .bot .div{
  width: 50%;
  display: flex;
  flex-direction: column;
}
.foot_top .lef .bot .div .p2{
  font-size: 20px;
  color: #666666;
  padding-left: 38px;
  position: relative;
  margin-top: 15px;
}
.foot_top .lef .bot .div .p2 img,
.foot_top .lef .bot .div .p3 img{
  width: 21px;
  position: absolute;
  left: 0;
  top: 3px;
}
.foot_top .lef .bot .div .p3{
  font-size: 22px;
  color: #666666;
  padding-left: 38px;
  position: relative;
  margin-top: 15px;
  font-family: "din";
  display: inline-block;
  margin-right: 120px;
}
.foot_top .lef .bot .div .p3:last-child{
  margin-right: 0;
}
.foot_top .rig{
  width: 8%;
  float: left;
}
.foot_top .rig img{
  width: 100%;
  vertical-align: middle;
}
.foot_top .rig p{
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
}
.foot_top .foot-container{
  position: relative;
}
.foot_top .fx{
  position: absolute;
  bottom: -73px;
  right: 0;
  margin-right: 0;
}

.foot_bot{
  width: 100%;
  background: rgb(230,230,230);
  padding: 28px 0;
  border-top: 1px solid rgb(211,211,211);
}
.foot_bot .lef{
  float: left;
}
.foot_bot .lef a{
  font-size: 14px;
  color: #666666;
  transition: all .5s;
  margin-right: 12px;
}
.foot_bot .lef a:last-child{
  margin-right: 0;
}
.foot_bot .rig{
  float: right;
  text-align: right;
}
.foot_bot .rig span,
.foot_bot .rig a{
  font-size: 14px;
  color: #666666;
}
.foot_bot .rig span,
.foot_bot .rig a{
  margin-right: 22px;
  transition: all .5s;
}
.foot_bot .rig span{
  margin-right: 0;
}
.foot_bot .lef a:hover,
.foot_bot .rig a:hover{
  color: #d61d19;
}

.foot_bot .rig .a{
  position: relative;
  cursor: pointer;
}
.foot_bot .rig .a .div{
  min-width: 100px;
  height: auto;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: #fff;
  transition: all .5s;
}
.foot_bot .rig .a:hover .div{
  max-height: 400px;
  padding: 10px 0;
}
.foot_bot .rig .a .div a{
  display: block;
  margin-right: 0;
  line-height: 26px;
}

.foot_bot .div{
  width: 110px;
  margin: 0 auto;
  margin-top: 20px;
  display: none;
}
.foot_bot .div img{
  width: 100%;
}
.foot_bot .div p{
  font-size: 14px;
  color: #333;
  text-align: center;
}


@media (max-width: 1680px) {
  .header .navbar {
    margin-left: 0px;
    margin-right: 20px;
  }
  .header .navbar .category-item .category-a {
    font-size: 17px;
    margin: 0 20px;
  }
}

@media (max-width: 1459px) {
  .header .logo {
    width: 220px;
    padding: 20px 0;
  }
  .header {
    height: 80px;
  }
.header2 {
  top: -80px;
}
.header .webu .rq:hover a.a2 {
  bottom: 9px;
}
.header .navbar .category-item .category-a {
  font-size: 14px;
  margin: 0 10px;
  line-height: 80px;
}
.header .webu .rq {
  line-height: 80px;
  padding-left: 36px;
}
.header .webu .rq1 {
  width: 135px;
  margin: 30px 0;
  margin-left: 25px;
}
.header .webu .phonetips{
    font-size: 13px;
    bottom: 6px;
}
.header .navbar .category-item .category-a::before {
  height: 2px;
  bottom: 15px;
}
.header .navbar {
  margin-left: 0px;
}
.navbar .category-item .two {
  top: 80px;
}
.navbar .category-item .two.one a {
  line-height: 35px;
  font-size: 13px;
}
/* 下沉导航 */
.navbar .category-item .two .rq2 .div1 a.on2::before {
  right: 18px;
}
.navbar .category-item .two .rq1 .div {
  width: 160px;
}
.navbar .category-item .two .rq1 .div a {
  line-height: 38px;
  font-size: 16px;
  padding-left: 34px;
}
.navbar .category-item .two .rq2 .div1 a {
  font-size: 14px;
  line-height: 38px;
  padding-left: 10px;
}
.navbar .category-item .two .rq2 .div1 a.on2 {
  font-size: 14px;
}
.navbar .category-item .two .rq2 .div1 {
  padding-left: 25px;
}
.navbar .category-item .two .rq2 .div2 {
  padding-left: 38px;
}
.navbar .category-item .two .rq2 .div2 a {
  font-size: 14px;
  margin-bottom: 12px;
}
.navbar .category-item .two .rq2 .div4 .p1 {
  font-size: 24px;
}
.navbar .category-item .two .rq2 .div4 .p2 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 25px;
}
/*.navbar .category-item .two .rq2 .div4 {*/
/*  width: 560px;*/
/*}*/
/*.navbar .category-item .two .rq2 .div4 .div5 {*/
/*  width: 520px;*/
/*}*/
/*.navbar .category-item .two .rq2 .div4 .div5 .lef {*/
/*  width: 100%;*/
/*}*/
.navbar .category-item .two .rq2 .div4 .div5 .lef img {
    height: 280px;
}



.foot_top {
  padding-top: 70px;
  padding-bottom: 60px;
}
.foot_top .lef .top a {
  font-size: 15px;
  margin-right: 38px;
}
.foot_top .lef .bot {
  padding-top: 22px;
}
.foot_top .lef .bot .p1 {
  font-size: 18px;
}
.foot_top .lef .bot .div .p2 {
  font-size: 14px;
  padding-left: 28px;
  margin-top: 8px;
}
.foot_top .lef .bot .div .p2 img{
  width: 16px;
  top: 2px;
}
.foot_top .lef .bot .div .p3 img {
  width: 16px;
  top: 4px;
}
.foot_top .lef .bot .div .p3 {
  font-size: 16px;
  padding-left: 28px;
  margin-top: 12px;
  margin-right: 60px;
}
.foot_top .rig p {
  font-size: 12px;
  margin-top: 6px;
}
.foot_bot .lef a {
  font-size: 12px;
  margin-right: 12px;
}
.foot_bot .rig a {
  font-size: 12px;
}
.foot_bot {
  padding: 18px 0;
}
.foot_top .fx {
  bottom: -50px;
}

}


@media (max-width: 1259px) {
    .header .navbar .category-item .category-a {
      margin: 0 8px;
      font-size: 12px;
    }
    .header .navbar {
      margin-left: 0px;
    }
    .header .logo {
      width: 200px;
      padding: 20px 0;
    }
    .navbar .category-item .two .rq2 .div4 .div5 .lef img {
      height: 260px;
    }
}

@media (max-width: 991px) {
  .header{
    display: none;
  }
  .header-app{
    display: block;
  }
  .foot_top{
    display: none;
  }
  .foot_bot .lef{
    width: 100%;
    text-align: center;
  }
  .foot_bot .rig{
    display: none;
  }
  /* .foot_bot{
    padding-bottom: 70px;
  } */
  .foot_bot .div{
    display: block;
  }

}


@media (max-width: 768px){

}


@media (max-width: 414px) {
  .header-app .logo img{
    width: 200px;
    height: 46px;
  }
}